GetFileInfoRequest

data class GetFileInfoRequest(objectId: RemoteObjectId)

Represents request frame that can be used with DOM#getFileInfo operation call.

Returns file information for the given File wrapper.

See also

Constructors

GetFileInfoRequest
Link copied to clipboard
fun GetFileInfoRequest(objectId: RemoteObjectId)

Properties

objectId
Link copied to clipboard
val objectId: RemoteObjectId
JavaScript object id of the node wrapper.

Sources

jvm source
Link copied to clipboard